//==============================================================================
// jormund_anim.txt
//==============================================================================

//==============================================================================
define norsebirthSFX
{
   set hotspot
   {
      version
      {
         VisualParticle SFX N Myth Unit Birth Effect
      }
   }
}
//==============================================================================
define spit
{
   set hotspot
   {
      version
      {
			Visualparticle special n jermound brood spit
      }
   }
}

//==============================================================================
define ripple
{
   set hotspot
   {
      version
      {
         Visualparticle Special N JormondBrood Idle
      }
   }
}

//==============================================================================
define DeathBubble
{
   set hotspot
   {
      version
      {
		Visualparticle Special N JormondBrood death
      }
   }
}

//==============================================================================
define wake
{
   set hotspot
   {
      version
      {
		Visualparticle special N JormondBrood wake
      }
   }
}

//==============================================================================
anim Death
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            Visual Special N JormondBrood_deathA
//-- auto generated by the bang animation tool
//-- do not hand edit these values
                  tag SpecificSoundSet 0.37 false ShipDeathSplash checkVisible 
//-- end auto generated section
				Connect HOTSPOT ripple hotspot
				Connect HOTSPOT deathbubble hotspot
         }
      }
   }
}

//==============================================================================
anim Idle
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            Visual Special N JormondBrood_IdleA
				Connect HOTSPOT Ripple hotspot
         }
      }
   }
}
//==============================================================================
anim Birth
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            Visual Special N JormondBrood_IdleA
				Connect HOTSPOT Ripple hotspot
				Connect HOTSPOT norsebirthSFX hotspot				
         }
      }
   }
}
//==============================================================================
anim Walk
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            Visual Special N JormondBrood_WalkA
				Connect HOTSPOT wake hotspot
         }
      }
   }
}

//==============================================================================
anim RangedAttack
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
				Visual Special N JormondBrood_AttackA
//-- auto generated by the bang animation tool
//-- do not hand edit these values
                  tag Attack 0.40 true   
                  tag GenericSound 0.01 true   
                  tag SpecificSoundSet 0.36 false WadjetSpit checkVisible 
//-- end auto generated section
				Connect HOTSPOT Ripple hotspot
				Connect ATTACHPOINT spit hotspot
         }
      }
   }
}


//==============================================================================
anim Flail
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            Visual Special N JormondBrood_flailA
         }
      }
   }
}